Most popular articles today or in the last week
  • I configure the campsite to have a
    have a monthly issue.

    I can create a list of top read articles iin the current month (= lastissue):


      {{ unset_section }}
      {{ list_articles length=12 order="byPopularity desc" name="articles_list" }}
    • [{{ $campsite->article->publish_date|camp_date_format:"%d.%m.%Y" }}] {{ $campsite->article->name|truncate:35 }} ({{ $campsite->article->reads }})

    • {{ /list_articles }}


    But how to create in my situation a list of the most popular articles:
    1. today
    2. in the last week?
    Thanks for the advice ...
    Robert